Feat/obstacle height dynamic reconf #1
+47
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important changes to the
spatio_temporal_voxel_layer
package, primarily focusing on adding dynamic reconfiguration capabilities to theMeasurementBuffer
class. The changes involve updates to configuration files, header files, and source files to support dynamic reconfiguration.Dynamic reconfiguration:
cfg/MeasurementBuffer.cfg
to define dynamic reconfiguration parameters forMeasurementBuffer
.MeasurementBufferConfig.h
anddynamic_reconfigure/server.h
inmeasurement_buffer.hpp
. [1] [2]MeasurementBuffer
class. [1] [2]MeasurementBuffer
to initialize the dynamic reconfiguration server and set the callback function. [1] [2]DynamicReconfigureCallback
method to handle parameter changes dynamically.Other changes:
CMakeLists.txt
to include the new dynamic reconfiguration options.package.xml
and bumped the version to1.5.0
.SpatioTemporalVoxelLayer::onInitialize
method to pass theNodeHandle
toMeasurementBuffer
.